home *** CD-ROM | disk | FTP | other *** search
- GetEvent 1.0 by Michael O'Keefe
- -----------------------------------
- This NBA is used to determine if a mouse or key
- press event is pending. This NBA returns a string
- that tells what kind of event is available. The
- return string values are:
-
- Event Return string
- No event noEvent
- Mouse down event mouseDown
- Mouse up event mouseUp
- Key down event keyDown
- Key up event keyUp
-
- This NBA is only useful if called from HyperLogo
- and does not require any parameters.
-
- ©Copyright Roger Wagner Publishing, Inc. 1995
- All Rights Reserved